home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / IconEntry.pod < prev    next >
Encoding:
Text File  |  2006-06-19  |  2.3 KB  |  161 lines

  1. =head1 NAME
  2.  
  3. Gnome2::IconEntry
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Glib::Object::_Unregistered::GInitiallyUnowned
  9.        +----Gtk2::Object
  10.             +----Gtk2::Widget
  11.                  +----Gtk2::Container
  12.                       +----Gtk2::Box
  13.                            +----Gtk2::VBox
  14.                                 +----Gnome2::IconEntry
  15.  
  16. =head1 INTERFACES
  17.  
  18.   Gtk2::Atk::ImplementorIface
  19.  
  20.  
  21. =head1 METHODS
  22.  
  23. =head2 widget = Gnome2::IconEntry-E<gt>B<new> ($history_id, $browse_dialog_title)
  24.  
  25. =over
  26.  
  27. =over
  28.  
  29. =item * $history_id (string) 
  30.  
  31. =item * $browse_dialog_title (string) 
  32.  
  33. =back
  34.  
  35. =back
  36.  
  37. =head2 $ientry-E<gt>B<set_browse_dialog_title> ($browse_dialog_title)
  38.  
  39. =over
  40.  
  41. =over
  42.  
  43. =item * $browse_dialog_title (string) 
  44.  
  45. =back
  46.  
  47. =back
  48.  
  49. =head2 string = $ientry-E<gt>B<get_filename> 
  50.  
  51. =over
  52.  
  53. =back
  54.  
  55. =head2 boolean = $ientry-E<gt>B<set_filename> ($filename)
  56.  
  57. =over
  58.  
  59. =over
  60.  
  61. =item * $filename (string) 
  62.  
  63. =back
  64.  
  65. =back
  66.  
  67. =head2 $ientry-E<gt>B<set_history_id> ($history_id)
  68.  
  69. =over
  70.  
  71. =over
  72.  
  73. =item * $history_id (string) 
  74.  
  75. =back
  76.  
  77. =back
  78.  
  79. =head2 $ientry-E<gt>B<set_max_saved> ($max_saved)
  80.  
  81. =over
  82.  
  83. =over
  84.  
  85. =item * $max_saved (integer) 
  86.  
  87. =back
  88.  
  89. =back
  90.  
  91. =head2 widget or undef = $ientry-E<gt>B<pick_dialog> 
  92.  
  93. =over
  94.  
  95. =back
  96.  
  97. =head2 $ientry-E<gt>B<set_pixmap_subdir> ($subdir)
  98.  
  99. =over
  100.  
  101. =over
  102.  
  103. =item * $subdir (string) 
  104.  
  105. =back
  106.  
  107. =back
  108.  
  109.  
  110. =head1 PROPERTIES
  111.  
  112. =over
  113.  
  114. =item 'browse-dialog-title' (string : readable / writable)
  115.  
  116. Title for the Browse icon dialog.
  117.  
  118. =item 'filename' (string : readable / writable)
  119.  
  120. Filename that should be displayed in the icon entry.
  121.  
  122. =item 'history-id' (string : readable / writable)
  123.  
  124. Unique identifier for the icon entry.  This will be used to save the history list.
  125.  
  126. =item 'pick-dialog' (Gtk2::Dialog : readable)
  127.  
  128. Icon picker dialog.  You can use this property to get the GtkDialog if you need to modify or query any of its properties.
  129.  
  130. =item 'pixmap-subdir' (string : readable / writable)
  131.  
  132. Directory that will be searched for icons.
  133.  
  134. =back
  135.  
  136.  
  137. =head1 SIGNALS
  138.  
  139. =over
  140.  
  141. =item B<changed> (Gnome2::IconEntry)
  142.  
  143. =item B<browse> (Gnome2::IconEntry)
  144.  
  145. =back
  146.  
  147.  
  148. =head1 SEE ALSO
  149.  
  150. L<Gnome2>, L<Glib::Object>, L<Glib::Object::_Unregistered::GInitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Box>, L<Gtk2::VBox>
  151.  
  152. =head1 COPYRIGHT
  153.  
  154. Copyright (C) 2003-2004 by the gtk2-perl team.
  155.  
  156. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  157.  
  158.  
  159. =cut
  160.  
  161.